home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / lzhtv12.zip / PRODEF.INC < prev    next >
Text File  |  1990-04-22  |  374b  |  14 lines

  1.  
  2. {$undef DEBUGGING}      {define to enable test code}
  3. {$undef OVERLAY}       {DEFINE to enable overlay code}
  4.  
  5. {$I+}    {I/O checking}
  6. {$N-}    {Numeric coprocessor}
  7. {$V-}    {Relaxes string typing}
  8. {$B-}    {Boolean complete evaluation}
  9. {$S-}    {Stack checking}
  10. {$R-}    {Range checking}
  11. {$D+}    {Global debug information}
  12. {$L-}    {Local debug information}
  13.  
  14.